projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dfaf72
)
gtkrecentchooserwidget: unseal private pointer
author
Javier Jardón
<jjardon@gnome.org>
Thu, 8 Jul 2010 00:00:00 +0000
(
02:00
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 13 Jul 2010 17:40:49 +0000
(19:40 +0200)
gtk/gtkrecentchooserwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentchooserwidget.h
b/gtk/gtkrecentchooserwidget.h
index 0a01428471dac917da7c85e6e93ff4016f262ac3..5dc81e2f11dc0c67e5f2848322c58e4c87530ea2 100644
(file)
--- a/
gtk/gtkrecentchooserwidget.h
+++ b/
gtk/gtkrecentchooserwidget.h
@@
-44,10
+44,10
@@
typedef struct _GtkRecentChooserWidgetPrivate GtkRecentChooserWidgetPrivate;
struct _GtkRecentChooserWidget
{
- /*< private >*/
GtkVBox parent_instance;
- GtkRecentChooserWidgetPrivate *GSEAL (priv);
+ /* <private> */
+ GtkRecentChooserWidgetPrivate *priv;
};
struct _GtkRecentChooserWidgetClass